home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00045_Hidden Test mode button.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  219 b   |  13 lines

  1. property pSpr
  2.  
  3. on beginSprite me
  4.   pSpr = sprite(me.spriteNum)
  5. end
  6.  
  7. on mouseUp me
  8.   global gBarTopManager, gRatingBoard
  9.   if the doubleClick and the shiftDown and the optionDown then
  10.     returnToBar(#test)
  11.   end if
  12. end
  13.